home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / DesktopDoubler / Nub / DesktopDoubler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-06-25  |  242 b   |  20 lines  |  [TEXT/CWIE]

  1. #ifndef _DESKTOPDOUBLER_
  2. #define _DESKTOPDOUBLER_
  3.  
  4. #include <MacTypes.h>
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10.  
  11. OSStatus InitDesktopDoubler(void);
  12. void TermDesktopDoubler(void);
  13.  
  14.  
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18.  
  19. #endif /* _DESKTOPDOUBLER_ */
  20.